home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global mainpictlist
- if rollOver(11) or rollOver(12) then
- go(the name of cast the mouseCast)
- else
- if (the mouseCast = 61) or rollOver(37) then
- go(the frame)
- else
- if (the mouseCast < 73) or (the mouseCast > 75) then
- set the member of sprite 7 to member getAt(mainpictlist, 1) of castLib "S19"
- go("start")
- end if
- end if
- end if
- end
-